Conditions | 1 |
Total Lines | 9 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | // Type definitions for riff-file 1.0 |
||
41 | |||
42 | /** |
||
43 | * Find a chunk by its fourCC_ in a array of RIFF chunks. |
||
44 | * @param {string} chunkId The chunk fourCC_. |
||
45 | * @param {boolean} multiple True if there may be multiple chunks |
||
46 | * with the same chunkId. |
||
47 | * @return {Object} |
||
48 | */ |
||
49 | findChunk(chunkId: string, multiple?: boolean): object; |
||
50 | } |
||
51 | } |